home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / demolar / nu3trial / data1.cab / Rescue32 / ADAPTER.INI < prev    next >
INI File  |  1998-01-16  |  7KB  |  183 lines

  1. Author:  spetrofsky@systemsoft.com (Stevan Petrofsky) at Internet
  2. Date:    11/13/97  4:38 PM
  3. Priority: Normal
  4. TO: Tony Magill at SYMUSA-SM-ADMIN2-ADV
  5. CC: Basil Gabriel at SYMUSA-SM-ADMIN2-ADV
  6. TO: davidson@iomega.com at INTERNET
  7. TO: spetrofsky@systemsoft.com (Stevan Petrofsky) at INTERNET
  8. CC: paulp@systemsoft.com (Paul Pedevillano) at INTERNET
  9. CC: sgentile@systemsoft.com (Stephen Gentile) at INTERNET
  10. CC: mlaakso@systemsoft.com (Mel Laakso) at INTERNET
  11. CC: lchaissan@systemsoft.com (Lee Chaissan) at INTERNET
  12. CC: JGrant@systemsoft.com (John Grant) at INTERNET
  13. CC: mkhan@systemsoft.com (Mohammad Khan) at INTERNET
  14. Subject: Re: Symantec/IOMEGA History and Plan
  15. ------------------------------- Message Contents -------------------------------
  16. ;
  17. ; Recognized keywords are PCIC, PCIBridge & IOList.
  18. ;
  19. ;
  20. ; Section KEYWORD definitions:
  21. ;
  22. ; [PCIC]
  23. ;       The PCIC section of this INI file is used when recognizing PCIC
  24. ;       adapters which are located in the 16 bit IO address range.
  25. ;
  26. ; [PCIBridge]
  27. ;       The PCIBridge section of this INI file is used when recognizing
  28. ;       PCI bridge adapters which are located by examining PCI config space.
  29. ;       This includes PCI-PCMCIA Bridge & PCI-CardBus Bridge.
  30. ;
  31. ; [PcicDevice]
  32. ;       Valid PcicDevice parameters are :
  33. ;       PcicDevice#=ManufacturerName,DeviceReturn,SystemSoftId
  34. ;       Where # is the sequential identifier if the key.
  35. ;       This key is used ONLY in the PCIC section of the INI file.
  36. ;
  37. ; [BridgeDevice]
  38. ;       Valid BridgeDevice parameters are :
  39. ;       BridgeDevice#=ManufacturerName,DeviceName,VendorId,DeviceId,SystemSoftId
  40. ;       Where # is the sequential identifier if the key.
  41. ;       This key is used ONLY in the BridgeDevice section of the INI file.
  42. ;
  43. ; [IOList]
  44. ;       The IOList section of this INI file is used to specify which
  45. ;       16 bit I/O addresses are to be inquired.
  46. ;
  47. ;
  48. ;
  49. ; Parameter name KEYWORD definitions:
  50. ;
  51. ; Parameter Values :
  52. ;
  53. ;       ManufturersName:
  54. ;       ASCII string which identifies the vendor.  In the PCIC
  55. ;       section this parameter is used to indicate a specific 
  56. ;       recognition algorythm.  In the PCIBridge section this 
  57. ;       string is included for user information.
  58. ;  
  59. ;       DeviceName:
  60. ;       ASCII string which identifies the device.
  61. ;       This parameter is included for user information.  In the
  62. ;       PCIC section the DeviceRev is sufficient to id the device.
  63. ;       In the PCIBridge section the VendorId and DeviceId are
  64. ;       sufficient for identification.
  65. ;  
  66. ;       DeviceReturn:
  67. ;       Hex BYTE value returned by the specified device for PCIC devices.
  68. ;
  69. ;       VendorId:
  70. ;       Hex WORD value from PCIBridge configuration registers.
  71. ;
  72. ;       DeviceId:
  73. ;       Hex WORD value from PCIBbridge configuration registers.
  74. ;
  75. ;       Mode:
  76. ;       ASCII string with valid strings "PcicMode", "LegacyMode",
  77. ;       "BridgeMode" or "BothMode".  All PCIC or PCMCIA devices default
  78. ;       to "PcicMode", INTERNALLY.  "LegacyMode" "BridgeMode" & "BothMode"
  79. ;       are used to indicated the operating mode of a  PBI bridge device,
  80. ;       operating in PCIC legacy/compatibility mode or as a PCI device.
  81. ;
  82. ;       SystemSoftId:
  83. ;       Decimal value which ADAPTER.EXE returns to the installation
  84. ;       program.  The installation program uses this value to
  85. ;       select a specific SocketServices. 
  86. ;
  87. ;
  88.  
  89.  
  90. [PCIC]
  91. ; ManufName,DeviceName,DeviceReturn,SystemSoftId
  92. PcicDevice="Intel",   "I365",       82,     1
  93. PcicDevice="Intel",   "I365",       83,     1
  94. PcicDevice="Intel",   "I365",       84,     1
  95. PcicDevice="Intel",   "I365",       85,     1
  96. PcicDevice="Intel",   "I365",       88,     1
  97. PcicDevice="Vadem",   "Vadem365",   83,     9
  98. PcicDevice="Vadem",   "Vadem365",   89,     9
  99. PcicDevice="Vadem",   "Vadem465",   88,     10
  100. PcicDevice="Vadem",   "Vadem468",   8b,     11
  101. PcicDevice="Vadem",   "Vadem469",   8c,     11
  102. PcicDevice="Vadem",   "Vadem469",   8d,     11
  103. PcicDevice="Cirrus",  "6710",       aa,     7
  104. PcicDevice="Cirrus",  "6720",       aa,     6
  105. PcicDevice="Cirrus",  "6722",       aa,     6
  106.  
  107. ; For the DataBook Adapters 
  108. ;    If (TCIC I/O Address == 240)
  109. ;       Then the SystemSoft ID = 2
  110. ;    If (TCIC I/O Address == 2C0)
  111. ;       Then the SystemSoft ID = 3
  112.  
  113. PcicDevice="DataBook@240","DB86082",     2,         2
  114. PcicDevice="DataBook@240","DB86082A",    3,         2
  115. PcicDevice="DataBook@240","DB86082B",   17,         2
  116. PcicDevice="DataBook@240","DB86082B-es", 7,         2
  117. PcicDevice="DataBook@240","DB86084",     4,         2
  118. PcicDevice="DataBook@240","DB86084A",    8,         2
  119. PcicDevice="DataBook@240","DB86184",    14,         2
  120. PcicDevice="DataBook@240","DB86072",    15,         2
  121. PcicDevice="DataBook@240","DB86072-es",  5,         2
  122.  
  123. PcicDevice="DataBook@2C0","DB86082",     2,         3
  124. PcicDevice="DataBook@2C0","DB86082A",    3,         3
  125. PcicDevice="DataBook@2C0","DB86082B",   17,         3
  126. PcicDevice="DataBook@2C0","DB86082B-es", 7,         3
  127. PcicDevice="DataBook@2C0","DB86084",     4,         3
  128. PcicDevice="DataBook@2C0","DB86084A",    8,         3
  129. PcicDevice="DataBook@2C0","DB86184",    14,         3
  130. PcicDevice="DataBook@2C0","DB86072",    15,         3
  131. PcicDevice="DataBook@2C0","DB86072-es",  5,         3
  132.  
  133.  
  134. ; ToPIC95 - in compatibility mode the SystemSoft ID 23.
  135. ;         - R2 Compatibility Mode is supported by SSTPIC95.
  136.  
  137. PcicDevice="Toshiba",     "ToPIC",       00,        19
  138. PcicDevice="Toshiba",     "ToPIC95",     10,        23
  139.  
  140.  
  141.  
  142.  
  143. ; PcicDevice="Ascii
  144. ; PcicDevice="AMDElan
  145.  
  146.  
  147.  
  148. [PCIBridge]
  149. ; ManufName,DeviceName,VendorId,DeviceId,Mode,SystemSoftId
  150. BridgeDevice="Cirrus",  "CL-PD6729",  1013,   1100,   "LegacyMode",     06 
  151. BridgeDevice="Cirrus",  "CL-PD6730",  1013,   1101,   "LegacyMode",     06
  152.  
  153. BridgeDevice="Cirrus",  "CL-PD6832",  1013,   1110,   "BothMode",       25  
  154. BridgeDevice="TI",      "TI1130",     104C,   AC12,   "BothMode",       80
  155. BridgeDevice="TI",      "TI1130",     104C,   AC13,   "BothMode",       80
  156. BridgeDevice="TI",      "TI1131",     104C,   AC15,   "BothMode",       80
  157. BridgeDevice="TI",      "TI1220",     104C,   AC17,   "BothMode",       80
  158. BridgeDevice="TI",      "TI1250",     104C,   AC16,   "BothMode",       80
  159. BridgeDevice="TI",      "TI1250",     104C,   AC16,   "BothMode",       80
  160. BridgeDevice="Ricoh",   "RL5C466",    1180,   0466,   "BothMode",       26
  161.  
  162. BridgeDevice="O2Micro", "OZ6729",     1217,   6729,   "BothMode",       28
  163. BridgeDevice="O2Micro", "OZ6729",     1217,   673A,   "BothMode",       28
  164. BridgeDevice="O2Micro", "OZ6832",     1217,   6832,   "BothMode",       28
  165. BridgeDevice="O2Micro", "OZ6836",     1217,   6836,   "BothMode",       28
  166. BridgeDevice="O2Micro", "OZ6836",     1217,   6836,   "BothMode",       28
  167.  
  168. ; ToPIC95 - in CardBus PCI mode the SystemSoft ID 27.
  169. ;         - CardBus PCI Mode is supported by SSCBTO95.SYS
  170.    
  171. BridgeDevice="Toshiba", "ToPIC95",    1179,   060A,   "BridgeMode",     27
  172. BridgeDevice="Toshiba", "ToPIC97",    1179,   060F,   "BridgeMode",     27
  173.  
  174.  
  175.  
  176.  
  177. ; Standard PCIC IO Address
  178. [IOList]
  179. IOAddr=3E0
  180. IOAddr=3E2
  181. IOAddr=3E4
  182. IOAddr=3E6
  183.